From: Lars Ingebrigtsen Date: Fri, 11 Feb 2022 06:22:52 +0000 (+0100) Subject: Cross-link message-expand-name-standard-ui-relevant doc strings X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~2805 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=53ef883b52c5836184a8a32536d022b9085100c7;p=emacs.git Cross-link message-expand-name-standard-ui-relevant doc strings * lisp/gnus/message.el (message-expand-name-standard-ui): Mention the other relevant variables in the doc string (bug#50667). --- diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index a6c6a16653d..869ab3f82b7 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -8369,7 +8369,11 @@ regular text mode tabbing command." (defcustom message-expand-name-standard-ui nil "If non-nil, use the standard completion UI in `message-expand-name'. -E.g. this means it will obey `completion-styles' and other such settings." +E.g. this means it will obey `completion-styles' and other such settings. + +If this variable is non-nil and `message-mail-alias-type' is +`ecomplete', `message-self-insert-commands' should probably be +set to nil." :version "27.1" :type 'boolean)